Fix typo in previous commit
authorColin Walters <walters@verbum.org>
Fri, 18 Jul 2014 19:49:40 +0000 (15:49 -0400)
committerColin Walters <walters@verbum.org>
Fri, 18 Jul 2014 19:49:40 +0000 (15:49 -0400)
src/libostree/ostree-repo-refs.c

index a7909fb7b3dccda872786964c9b31fa5f55098dd..978c5e0820eb507f2925acd2709c832daf9e9894 100644 (file)
@@ -364,7 +364,7 @@ ostree_repo_resolve_partial_checksum (OstreeRepo   *self,
                                       GError      **error)
 {
   gboolean ret = FALSE;
-  s_unref_hashtable GHashTable *ref_list = NULL;
+  gs_unref_hashtable GHashTable *ref_list = NULL;
   gs_free char *ret_rev = NULL;
   guint length;
   const char *checksum = NULL;